home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / The GIMP 2.2.8 / gimp-2.2.8-i586-setup.exe / {app} / share / gimp / 2.0 / menus / palette-editor-menu.xml < prev    next >
Encoding:
Extensible Markup Language  |  2005-06-30  |  523 b   |  16 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE ui SYSTEM "gtkuimanager.dtd">
  3.  
  4. <ui>
  5.   <popup action="palette-editor-popup">
  6.     <menuitem action="palette-editor-edit-color" />
  7.     <menuitem action="palette-editor-new-color-fg" />
  8.     <menuitem action="palette-editor-new-color-bg" />
  9.     <menuitem action="palette-editor-delete-color" />
  10.     <separator />
  11.     <menuitem action="palette-editor-zoom-out" />
  12.     <menuitem action="palette-editor-zoom-in" />
  13.     <menuitem action="palette-editor-zoom-all" />
  14.   </popup>
  15. </ui>
  16.